From 0cb83d9cca1c391ecd50a4a6454a9832d16309c8 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Thu, 30 Jan 2014 03:18:56 +0000 Subject: [PATCH] add options descriptions for the validate filter. --- gpsbabel/xmldoc/filters/options/validate-checkempty.xml | 3 +++ gpsbabel/xmldoc/filters/options/validate-debug.xml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 gpsbabel/xmldoc/filters/options/validate-checkempty.xml create mode 100644 gpsbabel/xmldoc/filters/options/validate-debug.xml diff --git a/gpsbabel/xmldoc/filters/options/validate-checkempty.xml b/gpsbabel/xmldoc/filters/options/validate-checkempty.xml new file mode 100644 index 000000000..770b13ca0 --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/validate-checkempty.xml @@ -0,0 +1,3 @@ + +This option will cause a fatal error if there are no waypoints, no route waypoints and no track waypoints, i.e. the reader didn't produce anything. + diff --git a/gpsbabel/xmldoc/filters/options/validate-debug.xml b/gpsbabel/xmldoc/filters/options/validate-debug.xml new file mode 100644 index 000000000..c741e026f --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/validate-debug.xml @@ -0,0 +1,3 @@ + +This option will output verbose messages reporting the state of the internal data structures holding waypoints, routes and tracks. Detected problems will normally produce a fatal error, but with this option in effect no error will be thrown allowing continued processing. + -- 2.30.2